home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-04 | 493 b | 14 lines | [TEXT/ToyS] |
- --- PageSentry Notification Applet
- --- SendPage Alphanumeric Pager (for use with "PageNow")
-
- on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
- set Message to sentryName & "-" & Status & " " & failedURL
-
- --- To use Notify running on another machine, use:
- --- tell application "PageNOW!™ Demo" of machine "PageServer" of zone "PageServerZone"
-
- tell application "PageNOW!™ Demo"
- send page Message to extra
- end tell
- end «event SENTfail»
-